From: Jo-Philipp Wich Date: Sat, 16 Mar 2013 22:10:18 +0000 (+0000) Subject: miniupnpd: fix package postinstall X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0573bcad3c88dd87c900c899d4eb994ed9ce62b2;p=openwrt%2Fsvn-archive%2Fpackages.git miniupnpd: fix package postinstall SVN-Revision: 36057 --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index f8d5f3735..0edd5d8a1 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -35,7 +35,7 @@ define Package/miniupnpd/postinst #!/bin/sh if [ -z "$$IPKG_INSTROOT" ]; then - . /etc/uci-defaults/99-miniupnpd + ( . /etc/uci-defaults/99-miniupnpd ) rm -f /etc/uci-defaults/99-miniupnpd fi